home *** CD-ROM | disk | FTP | other *** search
/ Freelog 24 / Freelog024.iso / Inutilit / Jaba / zit.exe / scripts / DefineButton2_192 / BUTTONCONDACTION on(release).as
Text File  |  2000-07-11  |  131b  |  9 lines

  1. on(release){
  2.    startDrag("/Pow","1");
  3.    gotoAndPlay(1231);
  4.    tellTarget("/Hammer")
  5.    {
  6.       gotoAndStop("Up");
  7.    }
  8. }
  9.